Rebuild isolated Level 0 as realistic BPE nanoGPT baseline - #114
Draft
charlesmartin14 wants to merge 5 commits into
Draft
Rebuild isolated Level 0 as realistic BPE nanoGPT baseline#114charlesmartin14 wants to merge 5 commits into
charlesmartin14 wants to merge 5 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Rebuilds only the self-contained
level_0_baseline/subtree as a realistic MacBook-scale language-model baseline.uint16train, validation, and test token splits under/tmp;Root cause
The previous isolated baseline simplified the scientific experiment rather than merely isolating the software path: it used raw bytes, one block, width 64, only about 82K parameters, repeatedly evaluated test data, and shared one RNG stream between evaluation and future training batches. The resulting ~26% next-byte accuracy plateau was a toy byte-model result, not a realistic nanoGPT baseline.
Default Level 0 protocol
Scope
No existing WW-PGD, Level 0–2 framework, or other repository code is changed. All scientific changes are confined to
level_0_baseline/. Temporary transfer files will be removed before merge.Validation performed locally
PYTHONPATH=src pytest -q— 6 passed;bash -n;The full 5,000-step streamed FineWeb-Edu run was not executed in the sandbox because external dataset download is unavailable there.